home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 2.1 KB | 45 lines | [TEXT/MPS ] |
- SpriteWorld-MPW ReadMe 16 March 2000
-
- INTRODUCTION
-
- SpriteWorld is now fully MPW compatible, as are BlitPixie and most of the example projects.
- MPW support has been added by Anders F Björklund <afb@algonet.se> and Michael Matuszek <mmatuszek@mbayweb.com>
-
- USAGE
-
- To use SpriteWorld and BlitPixie with MPW use the following instructions :
-
- 1. You can put the SpriteWorld 2.3 folder anywhere you like.
-
- 2. Launch the MPW shell and set the current directory to SpriteWorld's MPW folder (the folder this file is in)
-
- 3. If you want to build the SpriteWorld Examples you need to build the SpriteWorld Libraries first.
-
- 4. Execute BuildSpriteWorld, by copying one of the following commands to your Worksheet, select, and execute it.
- The default target will build both the Debug and Final versions of SpriteWorldLib, BlitPixieLib, SpriteWorldUtils and MPW Extras.
-
- BuildSpriteWorld # Builds everything
- BuildSpriteWorld Debug # Builds debug libraries
- BuildSpriteWorld Final # Builds final libraries
- BuildSpriteWorld Clean # Removes objects
- BuildSpriteWorld Clean-All # Removes libraries too
-
-
- To build any of the example projects included with SpriteWorld 2.3 you can use the NewBuild tool.
- NewBuild takes as input the name of the example projects folder and executes the makefile within that folder.
-
- For example to build the Simple example project you would enter on the worksheet:
-
- NewBuild Simple
-
- This will build three (68K PPC and FAT) versions of the Simple demo.
-
-
- The makefiles and build tools were built with templates and a Perl script written by Anders F Björklund.
- These tools are in the Extras folder in case you want to modfiy the makefiles that are included in the
- examples to use on your own projects. You can find Perl at http://www.macperl.com
-
- If you have any problems remember that BuildSpriteWorld and included makefiles are dependent
- on the current directory being set to SpriteWorld's MPW folder, Check these first.
- If you are still having trouble you may send questions to the SpriteWorld mailing list or directly to Michael Matuszek <mmatuszek@mbayweb.com>.
- I'll do my best to help you resolve any problems you may have relating to using SpriteWorld with MPW.